body {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    color: #000000;
    background: #fff;
}
.col-md-16{width: 16.6%;float:left;overflow: hidden;padding: 0 15px;}

/*通用*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.blank1 {
    height: 1px;
    overflow: hidden;
}
.blank3 {
    height: 3px;
    overflow: hidden;
}
.blank5 {
    height: 5px;
    overflow: hidden;
}
.blank10 {
    height: 10px;
    overflow: hidden;
}
.blank12 {
    height: 12px;
    overflow: hidden;
}
.blank15 {
    height: 15px;
    overflow: hidden;
}
.blank20 {
    height: 20px;
    overflow: hidden;
}
.blank25 {
    height: 25px;
    overflow: hidden;
}
.blank30 {
    height: 30px;
    overflow: hidden;
}
.blank40 {
    height: 40px;
    overflow: hidden;
}
.blank50 {
    height: 50px;
    overflow: hidden;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover, a:focus{
    color: #CE2720;
    text-decoration: none;
}
a:active {
    outline: none;
}
.img {
    vertical-align: auto;
}
div, ul, li, dl, dt, dd, p, form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.mbody {
    max-width: 1920px;
    margin:0 auto;
}

.img {
    padding: 3px;
    border: 0px solid #CCC;
    -moz-box-shadow: 0px 0px 6px #C4C4C4;
    -webkit-box-shadow: 0px 0px 6px #C4C4C4;
    box-shadow: 0px 0px 6px #C4C4C4;
    background: #FFF;
}

.img1 {
    padding: 0px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
}
.img3 {
    padding: 5px;
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
}
.img2 {
    padding: 0px;
    border-radius: 5px;
}
.yuan-border {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 5px 10px 10px;
    border-radius: 5px;
}
.yingcang {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xian {
    border-bottom: 1px dotted #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}


/*图片放大*/
.imgscale {
    display: inline-block;
    overflow: hidden;
}
.imgscale img{
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}


/*文字颜色*/

.text-hong {
    color: #F00;
}
.text-lu {
    color: #708F05;
}
.text-xia {
    color: #E82B91;
}
.text-bai {
    color: #FFF;
}
.text-hei {
    color: #000;
}
.bg-huang {
    background-color: #f6f7f1;
}
.bg-lx {
    background: #AACE3B/*url(../../images/c_bg4.jpg) no-repeat center center*/
    ;
    border-radius: 3px;
}






/*替换*/

.btn-xs,
.btn-group-xs>.btn {
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 8px;
}



.container {
    width: 1200px;
}


/*文字大小*/

.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}
.font30 {
    font-size: 30px;
}






/*间距*/

.p10 {
    padding: 10px;
}
.pt3 {
    padding-top: 3px;
}
.pt5 {
    padding-top: 5px;
}
.pt8 {
    padding-top: 8px;
}
.pt10 {
    padding-top: 10px;
}
.plr15 {
    padding: 0 15px;
}
.plr50 {
    padding: 0 50px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt50 {
    padding-top: 50px;
}
.pl3 {
    padding-left: 3px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl40 {
    padding-left: 40px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.p50 {
    padding: 0 10px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb7 {
    margin-bottom: 7px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.w130 {
    width: 180px;
    height: 130px;
}






/*行距*/

.line20 {
    line-height: 20px;
}
.line25 {
    line-height: 25px;
}
.line30 {
    line-height: 30px;
}
.line35 {
    line-height: 35px;
}
.line40 {
    line-height: 40px;
}
.line50 {
    line-height: 50px;
}



.posi_center_xy {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.posi_center_y {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .posi_center_x {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
 }


/*背景*/

.bg-bai {
    background: #FFF;
}
.bg-blue {
    background: #0975BE;
}
.bg-hui {
    background: #FAFAFA;
}
.bg-lv {
    background: #F6F7F1;
}
.bg-pcinfo {
    background: #5CB85C;
}
.col-md-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}


.head{ background:#2a2a2a; height:40px; line-height:40px; color:#FFF; font-size:16px;}
.head-btn{ height:25px; background:#FC0; color:#FFF;background-image: none;cursor: pointer;display: inline-block;font-size: 12px;font-weight: normal;text-align: center; border:none;}

.navTmp {
    width:100%;height:130px;background:rgba(255,255,255,0.95);box-shadow: 0px -2px 20px 1px #AACE3B;display: none;position:fixed;top:0px;z-index: 9999;
}


  .btnShow{
    float:right;
    text-align: center;
    margin-left:10px;
    position:relative;
  }
  .btnShow a{ color: #fff; }
  .btnShow p{
    width:100%;
    background:red;
  }
  .btnShow .icon{
     background: #C01923;
    color: #fff;
    font-size:18px;
    width: 36px;
    text-align: center;
  }
  .btnShow .sj-con{
    position:absolute;
    display:none;
    width: 96px;
    height: 94px;
    padding: 5px;
    background: #fff;
    left:0;
    top:40px;
    z-index: 99;
  }
  .btnShow .wx-con{
    position:absolute;
    display:none;
    width: 96px;
    height: 94px;
    padding: 5px;
    background: #fff;
    left:-30px;
    top:40px;
    z-index: 99;
  }
  .btnShow .wz-con{
    position:absolute;
    display:none;
    width: 110px;
    height: auto;
    padding: 0;
    background: #fff;
    right:0;
    top:40px;
    z-index: 99;
  }
  .btnShow .wz-con li{
    background: #515151;
    line-height: 25px;
    margin-top:1px;
    color: #fff;
  }
 .btnShow .wz-con li a{

    color: #fff;
  }
  .btnShow .wz-con li:hover{
    background: #F0AD4E;
    color: #fff;
  }

.form-control {
    border-radius: 0;
    height: 27px;
}
.btn-sousu {
    background: #E4E4E4;
    border: 1px solid #D7D7D7;
}

.top-nav-ms { height:40px; font-size:16px; margin-top: 20px;}
.top-nav-ms li a{ height:40px; line-height:40px; padding:0;}
.top-nav-ms li a:hover,.top-nav-ms li .current { height:40px; font-weight:600; background:#FF8C00; color:#FFF;}
.top-nav-ms li:first-child a{ background:#C01923; color:#FFF; font-weight:600;}

.flexslider {
    min-height: 400px;
    /*margin-top:-120px !important;*/
}
.flexslider .slides {
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.logobg {
    /*position: absolute;*/
    /*top:0;left:0;*/
    z-index: 99999;
    width:100%;
    height:120px;
}
/* 导航 */
.logobg > div {
    position: relative;
    z-index: 10;
    /*padding-right: 0;*/
}
.logo-img {
    float: left;
    width: 32%
}
.logo-tel {
    padding-left: 0;
    float: right;
    padding-right: 15px;
}
.head-right {
    color: #000;
    background: url(../../images/tel.jpg) no-repeat left 32px;
    padding-left: 55px
}
.head-right span {
    font-size: 16px
}
.head-right p {
    font-size: 24px;
    font-weight: 600
}
.sublist li {
    margin-top: 30px;
    border-right: 1px solid #DDD
}
.sublist li:last-of-type {
    border-right: none
}

.nav_menu {
    height: 100px;
    position: relative;
    z-index: 999;
    float: left;
    /*width: 50%*/
}
.nav-i {
    height: 90px;
    margin: 0 auto
}
.nav-i li a {
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 18px;
    /*font-weight: 600;*/
    color: #000;
}
.nav-i li a:hover {
    color: #000;
}
.nav-i li .now, .nav-i li a:hover {
    background: none;
    color:#aace39;
}
.nav-i li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #aace39;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-i li .now:after, .nav-i li a:hover:after {
    left: 0;
    width:100%;
}
.menu_box {
    position: absolute;
    top: 100px;
    width: 1140px;
    background: #FFF;
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px #999;

}
.menu_cont {
    position: relative;
    padding: 0;
    border-top: 3px solid #fff
}

.ibanner_mask {
    width: 100%;
    margin-top: -160px;
    height: 260px;
    background: url(../../images/ibanner_mask.png) center center no-repeat;
    position: relative;
    z-index: 2;
}
.ibanner_mask2 {
    margin-top:30px;
    margin-bottom:10px;
}
.ibanner_mask2 img{
    margin:0 auto;
}


.tabs {
    width: 100%;
}

.tabs .tab_content {
    display: none;
}
.tabs .tab_content.active {
    display: block;
}
.tabs .tab_content li{
    margin-bottom:30px;
}
.index_tit {
    width:100%;
    margin-top:10px;
    margin-bottom:50px;
    text-align: center;
}
.index_tit img{
    max-width: 100%;
}
.text {
    text-align: justify;
    line-height: 25px
}
.rxcp-box {
    /*height: 280px;*/
    background: #FFF;
    opacity: .8;
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: justify
}
.rxcp-box li {
    /*height: 260px;*/
    text-align: center
}
.rxcp-box li .proc_img {
    background: #E2E2E2;
    height: 220px;
    border-radius: 8px;
    padding-top: 20px
}
.rxcp-box li a p {
    margin-top: 20px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    background: #eee
}
.rxcp-box li a:hover .proc_img {
    background: #1C0006
}
.rxcp-box li a:hover p {
    background: #1C0006;
    color: #fff
}
.rxcp-box-nav {
    margin-top: 10px
}
.rxcp-boxs {
    background: #FFF;
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: justify
}
.rxcp-boxs li {
    text-align: center
}
/*.rxcp-boxs li .proc_img {
    background: #E2E2E2;
    height: 220px;
    border-radius: 8px;
    padding-top: 20px
}*/
.rxcp-boxs li a p {
    margin-top: 20px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    background: #eee
}
.rxcp-boxs li a:hover .proc_img {
    background: #1C0006
}
.rxcp-boxs li a:hover p {
    background: #1C0006;
    color: #fff
}
.rxcp-boxs-nav {
    margin-top: 10px
}


.btn-rxcp {
    color: #fff;
    background-color: #FB7E06;
    border-color: #E47104;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 2px
}
.btn-rxcp:hover {
    color: #fff;
    background-color: #E47104;
    border-color: #CB6504;
    opacity: 1
}
.btn-cp {
    color: #131E5C;
    background-color: #fff;
    border-color: #F2F2F2;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: .8
}
.btn-cp:hover {
    color: #fff;
    background-color: #E47104;
    border-color: #CB6504;
    opacity: 1
}

/*业务领域*/
.index-yewu {
    height:770px;
    overflow: hidden;
    position: relative;
    background: url(../../images/index_ywly.jpg) center center no-repeat;
    background-size: auto 770px;
}
.index-yewu .index_tit{
    position: relative;
    margin-top:60px; 
    margin-bottom:110px;
    z-index: 99;
}

.yweu-body {
    height: 400px;
    position: relative;
    z-index: 999;
    -moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s; -o-transition:all 0.8s ease 0s; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s;
}
.yweu-right-item *{
    cursor: default;
}
.yweu-right-item {
    float:left;
    height:400px;
    border:1px solid #eee;
    border-right:0px;
    background:#fff;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
    padding:60px 10px 20px;
    text-align: center;
}
.yweu-right-item img{
    margin-bottom:10px;
}
.yweu-right-item h4{
    font-weight: 600;
    color:#666;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
}  
.yweu-right-item p{
    display: block;
    margin-top:0px;
    position: relative;
    padding:10px 15px 10px;
    width:100%; height:80px;
    color:#999;
    font-size:13px;
    line-height: 20px;
    text-align: center;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
    overflow: hidden;
}
.yweu-right-item span{
    color:#35bf48;
    border:1px solid #35bf48;
    line-height: 30px;
    border-radius: 15px;
    padding:0 12px;
    -moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s; -o-transition:all 0.8s ease 0s; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s;

}  
.yweu-right-item:hover{
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
    z-index: 999;
}
.yweu-right-item:hover img{
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.yweu-right-item:hover h4{
    color:#35bf48;
}
.yweu-right-item:hover p{
    color:#333;
}
.yweu-right-item:hover span{
    color:#fff;
    background: #35bf48;
    border-color:#fff;

}
.yweu-body .yweu-right-item:hover{
    transform: translateY(-15px);
}

/*查看更多*/
.index-more {
    float:right;
    position: relative;
    background:#b2d44a;
    overflow: hidden;
    -moz-transition:all 0.4s ease 0s; -ms-transition:all 0.4s ease 0s; -o-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;
}
.index-more:after {
    width:100%;height:100%;
    position: absolute;
    content:'';display: inline-block;
    background: rgba(0,0,0,0.8);
    /*background: #333;*/
    left:0;top:0;
    z-index: 5;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
    transform: translateX(-100%);
}
.index-more .more-text {
    width:115px;height:45px;
    line-height: 45px;
    display: inline;
    float:left;
    text-align: center;
    color:#fff;
    font-size:16px;
    position: relative;
    z-index: 10
}
.index-more .more-icon {
    width:45px;height:45px;
    float:left;
    margin-left:2px;
    display: inline;
    text-align: center;
    border-left:2px solid #fff;
    background: url(../../images/index-more-next-btn_hover.png) center center no-repeat;
    position: relative;
    z-index: 10;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
}
.index-more:hover:after {
    transform: translateX(0);
}


/*新闻中心*/
.index-news-item1 {
    height:450px;
    background: #ebebed;
}
.index-news-item1 .cpimg{
    position: relative;
}
.index-news-item1 .cpimg img{
    width:100%;
    height: 450px;
}
.index-news-item1 .cpinfo{
    position: absolute;
    width:100%; height:120px;
    left:0;bottom:0;
    background: rgba(0,0,0,0.7);
    color:#fff;
    padding:10px 15px;
}
.index-news-item1 .cpinfo p.ntitle{
    margin-top: 10px;
    padding-right:100px;
    position: relative;
    line-height: 25px;
    word-wrap: break-word;
    word-break: normal;
}
.index-news-item1 .cpinfo p.ntitle:after{
    width:48px;height:48px;
    content:"";display: inline-block;
    border:2px solid #aace39;
    position: absolute;
    right:10px;top:0;
    background:url(../../images/index-more-next-btn.png) center center no-repeat;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.index-news-item1 .cpinfo p.ntitle:before{
    width:100%;height:1px;
    content:"";display: inline-block;
    position: absolute;
    left:10px;top:0;
    background:rgba(255,255,255,0);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.index-news-item1 .cpinfo p.ndesc{
    margin-top:60px;
    color:rgba(255,255,255,.0);
    font-size:13px;
}

.index-news-item1:hover .cpinfo {
    height:210px;
}
.index-news-item1:hover p.ntitle:after {
    right:-80px;    
    opacity: 0; filter:opacity(0);
}
.index-news-item1:hover .cpinfo p.ntitle:before{
    transform: translateY(-5px);
    left:0;
    background: rgba(255,255,255,.8);
}
.index-news-item1:hover p.ntitle {
    padding-right: 0;
}
.index-news-item1:hover .cpinfo p.ndesc{
    margin-top:15px;    
    color:rgba(255,255,255,.8);
}

.index-news-item2 {
    height:450px;
    background: #ebebed;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    padding:0 20px;
    overflow: hidden;
}
.index-news-item2 .inewslist01 a{
    display: block;
    border-bottom:1px solid #ddd;
    padding:25px 0;
    padding-right:50px;
    overflow: hidden;
    position: relative;
}
.index-news-item2 .inewslist01:last-of-type a{
    border-bottom:0px;
}

.index-news-item2 .inewslist01:hover{
    transform: translateX(10px);
    /*background-image:url(../../images/index-more-next-btn_hover.png);*/
}
.index-news-item2 .inewslist01 a:after{
    width:50px;height:100%;
    display: block;
    content: "";
    right:0;top:0;
    position: absolute;
    background:url(../../images/index-more-next-btn.png) center center no-repeat;
    -moz-transition:all .8s ease; -ms-transition:all .8s ease; -o-transition:all .8s ease; -webkit-transition:all .8s ease; transition:all .8s ease;

}
.index-news-item2 .inewslist01:hover a:after{
    transform: rotate(90deg);
}
.inewslist01 .time {
    width: 60px;
    height: 60px;
    float: left;
    background-color: #aace39;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: Arial;
    margin-right:12px;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
}
.inewslist01 .time .day {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 3px;
    -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;
}

.inewslist01:hover .time {
    background: #999;
}
.inewslist01 .title {
    padding-top:5px;
    line-height: 25px;
}
.inewslist01 .n,
.inewslist01 .text {
    display: block;
    overflow: hidden;
}
.inewslist01 .n {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333;
    padding-left: 10px;
}
.inewslist01 .text {
    line-height: 22px;
    font-size: 13px;
    height: 60px;
    overflow: hidden;
    color: #666;
    text-align: justify;
}
.inewslist01 .text a {
    color: #666;
}
.inewslist01:hover .title{
    color:#000;
}


.index-news-right {
    padding: 0;
    
}
.index-news-right .title {
    height: 60px;
    line-height: 50px;
}
.index-news-right .info{
    font-size: 14px;
    line-height: 24px;
}
.foimg {
    width: 214px;
    height: 155px;
    display: block;
    overflow: hidden;
}
.foimg img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.foimg:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); }


/*产品列表页导航*/

.top-nav-b {
    height: 50px;
    font-size: 16px;
    background: #0A77BD;
}
.top-nav-b li a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #FFF;
    font-weight: 600;
}
.top-nav-b li a:hover,
.top-nav-b li .current {
    height: 50px;
    font-weight: 600;
    background: #FF8C00;
    color: #FFF;
}
.top-nav-b li:first-child a {
    background: #AACE39;
    color: #FFF;
    font-weight: 600;
}






#title h3 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
#title h3 span {
    color: #FF9966;
}
#title .with-line {
    width: 100%;
    font-size: 14px;
    color: #848484;
    margin: 0 auto;
    position: relative;
    text-align: center
}
#title .with-line:before {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 42%;
    top: 10px;
    left: 0
}
#title .with-line:after {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 42%;
    top: 10px;
    right: 0
}



.txt {
    background: #FFF;
    padding: 8px;
    border: 1px solid #F5F5F5;
}
.txt p {
    padding: 5px 0 10px 5px;
    text-align: center;
    color: #F60;
    font-size: 13px;
}
.txt h3 {
    font-weight: 700;
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt a:hover h3 {
    color: #FB7E06;
}
.txt a:hover p {
    color: #333333;
}
.txt:hover {
    box-shadow: 0 0 8px #9D9D9D;
    transition: box-shadow 0.2s ease-in-out 0s;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.rect-27 {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}
.rect-57 {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}
.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.imgZoom img {
    width: 100%;
    height: auto;
    position: relative;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.imgZoom:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.bom-text {
    padding: 20px 1%;
    background-color: #F8FBEF;
    overflow: hidden;
    z-index: 2;
    display: block;
    position: relative;
}
.bom-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #88b829;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
}
.scroll_c.active .bom-text:before,.scroll_c:hover .bom-text:before {
    bottom:0;
}
.bom-text:hover h2 {
    color: #fff;
}
.bom-text-category {
    padding: 13px 1%;
    height:43px;
    color:#fff;
    background-color: #393943;
    border-right:1px solid #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.active .bom-text-category{

}
.child_menu {
    text-align: center;
}
.child_menu a{
    display: inline-block;
    height:40px;line-height: 40px;
    padding:0 30px;
    margin:0 10px;
    border:1px solid #ccc;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.child_menu a:hover{
    background: #88b829;
    color:#fff;
    border-color:#fff;
}

.tab_content {
    /*height: 840px;*/
    height: 1260px;
    /*padding:20px 0;*/
    overflow: hidden;
}
._name {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
._name_cp {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
._price {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #F60;
}
.scroll_c {
    float: left;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    margin-top: 0;
}
._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.transitionf {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.top-Floor {
    background: rgba(0, 0, 0, 0.3);
    color:#fff;
    width: 100%; height: 100%;
    left: 0; top: -100%;
    z-index: 3;
    padding:20px;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.top-Floor .white-cross {
    display: inline-block;
    font-size:18px;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 7%;
    color: #ffffff;
    position: relative;

    transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    -webkit-transition: all 0.4s ease 0.1s;

    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);

    opacity: 0; filter: opacity(0);
}

.top-Floor p {
    display: block;
    font-size: 13px;
    line-height: 1.8em;
    max-height: 5.4em;
    overflow: hidden;
    max-height: 12.6em;

    color:rgba(255,255,255,.8);

    transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -ms-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease 0.3s;

    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);

    opacity: 0; filter: opacity(0);
}
.tab_content .scroll_c:hover .top-Floor {
    opacity: 1;
    filter: opacity(1);
}

.tab_content .scroll_c:hover .top-Floor *{    
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    filter: opacity(1);
}


.thblock .thpic{width: 360px;height: 492px;overflow: hidden;display: block;}
.thblock .thpic img{width: 360px;height: 492px;  transition: all 1s; -webkit-transition: all 1s;}
.thblock .thpic img:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); }
.thtxt{float: left; text-align:left;}
.thtxt h3 { margin-top:15px; line-height: 1; font-weight:normal; font-size: 32px; color: #00132b; }
.thtxt p {margin-top: 15px; line-height: 26px; font-size: 14px; color: #666; }

/*产品样式*/
.index-products .pic{width: 360px;height: 270px;overflow: hidden;display: block;}
.index-products .pic img{width: 360px;height: 270px;  transition: all 1s; -webkit-transition: all 1s;}
.index-products .pic img:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); }
.index-products .txt{ text-align:center; margin:10px 0 30px 0;}
.index-products .txt p {margin-top: 15px; line-height: 26px; font-size: 20px; color: #666; margin: 0; overflow: hidden; height: 40px;}



.tit01 {overflow: hidden;}
.tit01 p {margin:0; font-size: 25px;  line-height: 50px; font-weight: normal; text-align:center;color:#aace39;overflow: hidden;}
.tit01 h2 {font-size: 48px; text-align:center;color: #666; line-height: 48px; font-weight: normal; margin:0;margin-bottom: 20px;overflow: hidden;}
.index-fuwu .container:hover .tit01 p{
    transform: translateX(-30px);
}
.index-fuwu .container:hover .tit01 h2{
    transform: translateX(50px);
}
.index-fuwu .container:hover .index-fuwu-text{
    transform: translateY(-10px);
    color:#333;
}

/*服务优势*/
.index-fuwu {
    width:100%;height:760px;
    background: url(../../images/index-jishao-bg.jpg) center bottom no-repeat;
    background-size: auto 560px;
    padding-top: 10px;
}
.index-fuwu .index-fuwu-text{
    color:#999;
}
.index-fuwu .index-fuwu-items{
    /*background: rgba(255,255,255,.6);*/
    width:100%; height:124px;
    padding:34px 0;
}
.index-fuwu .fuwu-item{
    cursor:pointer;
}
.index-fuwu .fuwu-item img{
    float:left;
    width:60px;height:60px;
    margin-right:8px;
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    -webkit-transition:all .8s ease 0s;
    transition:all .8s ease 0s;
}
.index-fuwu .fuwu-item .fuwu-item-text{
    float: left;
}
.index-fuwu .fuwu-item p{
    font-size:16px;
    color:#89ca30;
    line-height: 20px;
    margin: 5px auto;
    padding-left: 3px;
    font-weight: 600;    
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    -webkit-transition:all .8s ease 0s;
    transition:all .8s ease 0s;
}

.index-fuwu .fuwu-item i{
    color:#999;
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    -webkit-transition:all .8s ease 0s;
    transition:all .8s ease 0s;
}
.index-fuwu .fuwu-item:hover img {
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.index-fuwu .fuwu-item:hover p {
    -moz-transform:translateX(50%);
    -ms-transform:translateX(50%);
    -o-transform:translateX(50%);
    -webkit-transform:translateX(50%);
    transform:translateX(50%);
    color:#000;
}
.index-fuwu .fuwu-item:hover i {
    color:#000;
}

/*联系方式*/

.contact-left {}
.contact-left h3 {
    font-size: 45px;
    line-height: 48px;
    color: #ff0000;
    padding-bottom: 25px;
}
.contact-left h4 {
    font-size: 40px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}
.contact-left h5 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
}
.contact-left h5 span {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
}
.contact-left ul li {
    line-height: 29px;
}

.product-send {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}





/*提交*/

.index-title {
    font-size: 24px;
    color: #CD2720;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
}






/*为专业而生*/

.sl-left {
    float: left;
    margin-left: 0;
    width: 480px;
    overflow: hidden;
    height: 350px;
}
.sl-right {
    float: right;
    width: 640px;
    height: 350px;
}
.sl-right .s1 {
    width: 309px;
    float: left;
    height: 165px;
    overflow: hidden;
}
.sl-right .s2 {
    width: 309px;
    float: right;
    height: 165px;
    overflow: hidden;
}
.sl-right .s3 {
    width: 309px;
    float: left;
    height: 165px;
    overflow: hidden;
}
.sl-right .s4 {
    width: 309px;
    float: right;
    height: 165px;
    overflow: hidden;
}
.text-lan {
    color: #0D75BE;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.pl2 {
    text-indent: 2em
}
.hj-box {
    padding-top: 7px;
}
.hj-box h1 {
    font-size: 18px;
    font-weight: 700;
    color: #F00;
    margin-top: 20px;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
}
.font18 {
    font-size: 18px;
}
.line {
    border-bottom: 1px solid #EDECEC;
    margin: 8px 0;
}
.jimg {
    padding: 3px;
    border: 0px solid #CCC;
    -moz-box-shadow: 0px 0px 6px #EFEFEF;
    -webkit-box-shadow: 0px 0px 6px #EFEFEF;
    box-shadow: 0px 0px 6px #EFEFEF;
}
.mt50 {
    margin-top: 50px;
}
.pttitle {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    color: #F00;
    margin-top: 20px;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
}
.ziti {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.right-nav {
    margin-top: 10px;
}
.right-nav a:hover {
    display: block;
    width: 226px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #E10000;
    color: #FFF;
}
.right-nav .current a {
    display: block;
    width: 226px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #E10000;
    color: #FFF;
}
.right-nav li {
    float: left;
    font-size: 18px;
    font-weight: 600;
    width: 227px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px dotted #CCC;
}
.right-nav li:last-child {
    border-right: none;
}






/*公司介绍*/
#Article {
    overflow: hidden
}
#Article,
.photo-channel .relevance {
    border: 0 solid #E3E3E3;
    zoom: 1;
    padding: 0
}
#Article h1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
    padding: 16px 0 0;
    border-bottom: 1px solid #e5e5e5
}
#Article h1 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    color: #999
}
#Article .content {
    font-size: 14px;
    line-height: 26px;
    color: grey;
    text-align: justify
}
#Article .content p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px
}
#Article .content img {
    max-width: 660px;
    text-align: center;
    margin: 0 auto
}
#Article .related {
    border-top: dashed 1px #ccc;
    margin-top: 15px
}
#Article .related h5 {
    padding-bottom: 4px;
    font-weight: 700
}
#Article .related {
    padding: 10px 0 0
}
#Article .related li {
    background: url(../../images/fk.gif) no-repeat 5px 13px;
    line-height: 28px;
    padding-left: 20px
}
#Article .related li a {
    color: grey
}
.page_gsjs {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 auto 30px auto;
    padding: 10px 0
}
.page_gsjs .head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #D8DADA;
    background: url(../../images/symbol-6.png) no-repeat 5px 18px;
    padding-bottom: 1px
}
.page_gsjs .head ul.left {
    color: #41484d;
    font-size: 16px;
    font-weight: 700;
    margin-left: 40px;
    width: 200px;
    float: left
}
.page_gsjs .head ul.right {
    float: right;
    height: 22px;
    line-height: 22px;
    margin-top: 15px
}
.page_gsjs .head ul.right a {
    color: #41484d;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    float: left;
    display: block
}
.page_gsjs .head ul.right span {
    display: block;
    height: 22px;
    line-height: 22px;
    float: left;
    width: 20px;
    text-align: center;
    color: #AFB7BD
}
.page_gsjs .head ul.right a:hover {
    color: #fff;
    background: #009B4D;
    text-decoration: none
}
.page_gsjs .section {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 15px
}
.page_gsjs .section #section-1 img {
    padding: 0
}
.page_gsjs .section h1 {
    color: #ABCF38;
    font-size: 18px;
    /*font-weight: 700;*/
    text-align: left;
    padding-bottom: 15px;
    /*background: url(../../images/show_dot.png) no-repeat left 1px;*/
    padding-left: 40px;
    margin-left: -37px;
    margin-top: 0;
    position: relative;
}
.page_gsjs .section>div {
    position: relative;
    padding-left: 30px;
    height: auto;
    border-left: 1px solid #ABCF38;
    padding-bottom: 30px
}
.page_gsjs .section>div:before {
    position: absolute;
    width:15px;height:15px;
    border-radius: 50%;
    background: #ABCF38;
    content:'';display: inline-block;
    left:-8px;top:2px;
}
.page_gsjs .section p {
    color: #666;
    line-height: 22px;
    text-align: left;
    padding-bottom: 15px;
    text-align: justify
}
.page_gsjs .section .imgZoom {
    overflow: inherit;

}
.gsjs {
    background: rgba(0, 0, 0, 0) url("../../images/gsjs.jpg") repeat-y scroll center top;
    padding: 30px 0 46px;
    position: relative;
}

.zzsl {
    margin-bottom: 10px;
    padding: 15px 15px 15px;
    background: #FAFAFA
}
.zzsl:hover {
    background: #5CB85C none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 8px #ddd;
    color: #FFF;
    transition: box-shadow .2s ease-in-out 0s
}
.zzsl:hover span {
    color: #fff
}
.zzsl span {
    color: #5CB85C;
    font-size: 42px;
    padding: 0;
    text-align: center;
    width: 322px;
    margin: 0 auto;
    transition: all .4s ease-in-out 0s
}
.zzsl h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}
.zzsl p {
    font-size: 13px;
    line-height: 20px;
    color: #6F6F6F;
    text-align: justify
}
.zzsl:hover p {
    color: #FFF
}


.pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #eee
}
.pricing:hover {
    box-shadow: 0 0 15px #b5b5b5
}
.pricing:hover h4 {
    color: #55c931
}
.pricing-head {
    text-align: center
}
.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
    font-weight: 700!important
}
.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic
}
.pricing-head h3 {
    color: #fafafa;
    padding: 12px 0;
    font-size: 35px;
    font-family: Arial;
    background: #5CB85C;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #32a20f;
    border-bottom: solid 1px #41b91c
}
.pricing-head h4 {
    color: #bac39f;
    padding: 5px 0;
    font-size: 70px;
    font-family: Arial;
    background: #fbfef2;
    text-shadow: 0 1px 0 #fff;
    border-bottom: solid 1px #f5f9e7
}
.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative
}
.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative
}
.pricing-content {
    margin-top: 10px
}
.pricing-content li {
    color: #888;
    font-size: 13px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7
}
.pricing-content li i {
    top: 2px;
    color: #72c02c;
    font-size: 16px;
    margin-right: 5px;
    position: relative
}
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
    border-radius: 0 0 3px 3px
}
.pricing-footer a,
.pricing-footer button {
    color: #fff;
    border: none;
    margin-top: 5px;
    font-size: 16px;
    padding: 6px 15px;
    text-align: center;
    border-radius: 2px;
    background: #55c931;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #38b312;
    border-bottom: solid 2px #41b91c
}
.pricing-footer a:hover,
.pricing-footer button:hover {
    cursor: pointer;
    background: #40ba1a;
    text-decoration: none;
    box-shadow: 0 0 3px #999
}
.price-active,
.pricing:hover {
    z-index: 9;
    margin-top: -15px;
    box-shadow: 0 0 15px #b5b5b5
}
.price-active h4 {
    color: #55c931
}
.no-space-pricing .pricing:hover {
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .2s ease-in-out
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #55c931;
    padding: 15px 0;
    font-size: 80px;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}
.hover-effect {
     -webkit-transition: all .4s ease-in-out; 
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out 
}









.cgan {
    background: rgba(0, 0, 0, 0) url("../../images/cgan.jpg") repeat-y scroll center top;
    padding: 30px 0 46px;
    position: relative;
}
.scroll {
    width: 1140px;
    height: 380px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url("../../images/zhuozi.png") no-repeat center bottom;
}
.v_out {
    width: 1120px;
    margin: 0px auto;
    overflow: hidden;
}
.v_show {
    width: 1060px;
    overflow: hidden;
    position: relative;
    height: 380px;
    float: left
}
.u_lanren {
    width: 6650px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.u_lanren ul {
    float: left;
    text-align: center;
    line-height: 50px;
}
.u_lanren ul li {
    width: 1065px;
    height: 340px;
    float: left;
    overflow: hidden;
}
.u_lanren ul li dd {
    width: 235px;
    height: 330px;
    margin: 0px 0px 0 25px;
    float: left;
    overflow: hidden;
    position: relative;
    list-style: none;
    background: #fff;
}
.u_lanren ul li dd:hover {
    background: #F90;
    color: #F2F2F2;
}
.u_lanren ul li dd p {
    width: 235px;
    height: 30px;
    color: #4D4D4D;
    position: absolute;
    top: 175px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
}
.u_lanren ul li dd:hover a {
    color: #FFF;
}
.u_lanren ul li dd img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 235px;
    height: 159px;
}
.u_lanren ul li dd a.link {
    width: 235px;
    height: 350px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.u_lanren ul li dd span.info {
    padding: 10px;
    height: 61px;
    font-size: 13px;
    display: block;
    position: absolute;
    top: 226px;
    z-index: 30;
    text-align: left;
}
.prev,
.next {
    float: left;
    padding-top: 170px;
}
.prev a {
    background: url(../../images/left.png) no-repeat center center;
}
.next a {
    background: url(../../images/right.png) no-repeat center center;
}
.prev,
.prev a,
.next,
.next a {
    width: 30px;
    height: 40px;
    display: block;
}
.i-news-list {
    margin-top: 15px;
}
.i-news-list li {
    margin-bottom: 1em;
    padding: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.i-news-list a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    padding: 0.5em 0 0.5em 8em;
    position: relative;
}
.i-news-list a:hover {
    background: #AACE3B none repeat scroll 0 0;
    color: #fff;
    border-color: #fff;
}
.i-news-list ._date {
    background: rgba(0, 0, 0, 0) url("../../images/line2.png") no-repeat scroll center center;
    border-right: 1px solid #dedede;
    height: 5.7em;
    left: 0;
    position: absolute;
    top: 0;
    width: 7em;
}
.i-news-list ._day {
    color: #9CC030;
    font-size: 22px;
    left: 20%;
    position: absolute;
    top: 16%;
}
.i-news-list ._mon {
    bottom: 12%;
    color: #888888;
    font-size: 16px;
    position: absolute;
    right: 16%;
}
.i-news-list ._t {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    height: 2em;
    line-height: 2em;
}
.i-news-list ._p {
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 13px;
    padding-right: 10px;
}
.h_more {
    background: rgba(0, 0, 0, 0) url("../../images/more.png") no-repeat scroll 0 0;
    height: 46px;
    margin: 40px auto 0;
    width: 312px;
}
.hd-title {
    background-color: rgba(51, 51, 51, 0.5);
    color: #FFF;
    position: relative;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
}


*[data-scroll-reveal] {
    /*visibility: hidden;*/
}



/*新闻列表页*/
.media {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.media:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.media:hover .btn2{
    color:#fff;
}
.h120 {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.text-muted {
    height:100px;
    overflow: hidden;
}
.red-i {
    color: #F00;
    line-height: 40px;
}
.red-buton {
    position: absolute;
    bottom: 21px;
    height: 20px;
    left: 1050px;
    right: 0;
    color: #F00;

    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.h120 div a.link {
    width: 1140px;
    height: 210px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.h120:hover div {
    color: #000;
}
.h120:hover div a {
    color: #000;
}
.h120:hover div p {
    color: #000;
}
.h120:hover {
    background: #F1F1F1;
    color: #000;
}
.message_form {
    margin-top: 15px;
}
.message_name {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EAEAEA;
    color: #8F8F8F;
    float: left;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    padding-left: 5px;
    width: 100%;
}
.message_content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EAEAEA;
    color: #8F8F8F;
    height: 120px;
    font-size: 14px;
    line-height: 42px;
    overflow: hidden;
    padding: 1%;
    width: 98%;
}
.message_sub_do {
    height: 42px;
    line-height: 37px;
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    border: none;
}
.message_sub_re {
    height: 42px;
    line-height: 37px;
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    border: none;
}
.message_about {
    color: #8F8F8F;
    font-size: 14px;
    line-height: 25px;
}
.scroll_c:hover .top-Floor {
    top: 0;
}
.scroll_c:hover .bom-text:before {
    bottom: 0;
}
.scroll_c:hover .bom-text,
.scroll_c:hover .bom-text ._price {
    color: #fff;
}
.product-cpys {}
.product-cpys .left {
    width: 48%;
    float: left;
}
.product-cpys .left .box {}
.product-cpys .right {
    width: 48%;
    float: right;
}
.page-banner {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.page-banner-mid {
    float: left;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    width: 1920px;
}
.page-banner-mid img {
    overflow: hidden;
    width: 1920px;
}
.animate-banner {
    color: #fff;
    float: left;
    height: 300px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    position: absolute;
    top: 20%;
    width: 1070px;
}
.animate-banner h1 {
    float: left;
    font-size: 30px;
    height: 30px;
    left: -130px;
    line-height: 30px;
    opacity: 0;
    position: relative;
    width: 100%;
}
.animate-banner h2 {
    float: left;
    height: 5px;
    left: -130px;
    line-height: 5px;
    margin-top: 25px;
    opacity: 0;
    position: relative;
    width: 100%;
}
.animate-banner h2 span {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 5px;
    line-height: 5px;
    width: 80px;
}
.animate-banner h5 {
    float: left;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    width: 100%;
}
.animate-banner h5 span {
    float: left;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: relative;
    top: -35px;
    width: 100%;
}

.page-block-one {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    padding-top: 40px;
    width: 100%;
}
.page-block-one-mid {
    margin: 0 auto;
    width: 1200px;
}
.about-h1 {
    color: #aace3b;
    float: left;
    font-size: 35px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.scroll-down {
    bottom: 70px;
    cursor: pointer;
    height: 72px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    text-align: center;
    width: 33px;
}
.dib {
    display: inline-block;
}
.por {
    position: relative;
}
.fl {
    float: left;
}
.scroll-down span.fi {
    animation: 1.5s ease 1.6s normal none infinite running scrollDown;
    background: rgba(0, 0, 0, 0) url("../../images/bg_sign11.png") no-repeat scroll 0 0;
    height: 5px;
    margin: 0 0 6px 14px;
    width: 5px;
}
.scroll-down span.se {
    animation: 1.5s ease 1.4s normal none infinite running scrollDown;
    background: rgba(0, 0, 0, 0) url("../../images/bg_sign12.png") no-repeat scroll 0 0;
    height: 7px;
    margin: 0 0 6px 13px;
    width: 7px;
}
.scroll-down span.th {
    width: 9px;
    height: 9px;
    background: url("../../images/bg_sign13.png") no-repeat;
    margin: 0 0 6px 12px;
    animation: scrollDown 1.5s infinite 1.2s;
}
.scroll-down span.fo {
    animation: 1.5s ease 1s normal none infinite running scrollDown;
    background: rgba(0, 0, 0, 0) url("../../images/bg_sign14.png") no-repeat scroll 0 0;
    height: 33px;
    width: 33px;
}
.media-heading {
    color: #CD2720;
}






/*常用box*/


/*.box {
    -moz-box-shadow: 0px 3px 3px #eee inset;
    -webkit-box-shadow: 0px 3px 3px #eee inset;
    box-shadow: 0px 3px 3px #eee inset;
}
*/

.box .title {
    border-bottom: 1px dashed #999;
    height: 40px;
    line-height: 40px;
    color: #CD0E06;
    font-size: 17px;
    font-weight: 700;
}
.box .title .glyphicon {
    padding: 8px;
    top: 3px;
}
.box .title a {
    height: 40px;
    line-height: 40px;
    color: #404040;
    font-size: 13px;
    font-weight: normal;
}
.qy {
    background: #F5F9E9;
    padding: 30px 15px;
    font-size: 13px;
    text-align: justify;
}
.qy-title {
    font-size: 28px;
    font-weight: 700;
    color: #FABE00;
    padding: 0 0 15px 0 !important;
}






/*首页程力优势 */

.youshi {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    height: 430px;
}
.youshi h2 {
    font-size: 32px;
    height: 70px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 36px;
    border-bottom: 1px solid #dedede;
}
.youshi h2 span {
    color: #f00;
    font-size: 36px;
    height: 70px;
    line-height: 70px;
}
.youshi p {
    line-height: 25px;
    text-align: justify;
    padding: 10px;
    font-size: 13px;
}
.youshi .c1 {
    float: left;
    width: 25%;
    padding: 10px;
    /*background: #F7F7F7;*/
    border-right: 1px solid #dedede;
}
.youshi .c2 {
    float: left;
    width: 25%;
    padding: 10px;
    border-right: 1px solid #dedede;
}
.youshi .c3 {
    float: left;
    width: 25%;
    padding: 10px;
    /*background: #F7F7F7;*/
    border-right: 1px solid #dedede;
}
.youshi .c4 {
    float: left;
    width: 25%;
    padding: 10px;
}
.post-item {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}






/*首页新闻*/

.new_box {
    padding: 0 0 0px 0px;
    border: 0px solid #dce4ee;
}
.new_box li {
    line-height: 35px;
    height: 35px;
    width: 100%;
    border-bottom: 1px dotted #F0F0F0;
}
.new_box li a {
    color: #666;
    background: url(../../images/dian.jpg) no-repeat 5px center;
    padding-left: 22px;
}
.new_box li a:hover {
    color: #f30;
}
.new_box span {
    float: right;
}
.pd30 {}
.pd20 {
    padding: 30px;
}
.pd30_last {
    padding: 10px 30px 30px;
}






/*列表页新闻*/

.news {
    background-color: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
}
.news h2 {
    margin: 0;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}
.news h2 a {
    color: #6B0007;
}
.news h5.date {
    margin: 0;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4E4E4E;
}
.news li {
    height: 210px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}
.mimg {
    padding: 0 10px 0 0;
    position: relative;
    margin-top: -3px;
}
.post-item {
    box-shadow: 1px 0 0 #5D5D5D;
}




/*单页*/

.pages {
    background-color: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.pages p {
    padding-top: 15px;
}
.p-c p {
    padding-top: 10px;
    line-height: 30px;
}
.p-jj {
    background: #09F;
    color: #FFF;
    padding: 20px 0 30px;
    text-align: justify;
}
.p-jj h1 {
    font-size: 22px;
    font-weight: 600;
    height: 62px;
    line-height: 50px;
    text-align: center;
    margin: 0;
}






/*产品*/

.products {
    background-color: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.products h2 {
    margin: 0;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}
.products-head {
    background:#F2F2F2 url(../../images/pro_detail_part1_bj.jpg) repeat-x center top;
    height: 500px;
    padding:20px 0 0;
}
.products-head .left {
    /*height:520px;*/
    float: left;
}
.products-head .right {
    float: right;
    width : 506px;
    height:380px;
    overflow: hidden;
}
.products-head h2 {
    font-size: 42px;
    line-height: 1;
    margin-top:0;
    padding-bottom: 16px;
    border-bottom: 1px solid #a5cf4f;
    color: #a5cf4f;
    margin-bottom: 20px;
    font-weight: normal;
}
.products-head .ms {
    background: #FBFAFA;
    padding: 15px;
}
.other_produ {
    width: 80%;
    height: 47px;
    border: none;
    box-sizing: border-box;
    position: relative;
}
.produ_btn {
    width:100%;
    line-height: 45px;
    border-radius: 0;
    padding:0 10px;    
    border: 1px solid #a5cf4f;
    background: #fff;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.produ_boxs {
    width:100%;
    position: absolute;
    top:46px;left:0;
    overflow: hidden;
    background: #fff;
    height:0;
    border-color:#a5cf4f;
    z-index: 999;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;

    transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); -webkit-transform: translateY(10px); 
    opacity: 0; filter: opacity(0);
}
.produ_boxs li a{
    display: inline-block;
    width:100%;
    padding:0 10px;
    line-height: 46px;
    background: #fff;    
    -webkit-transition: all .6s;
    transition: all .6s;
}
.produ_boxs li:hover a{
    background: #eee;
}
.other_produ:hover .produ_boxs{
    height:auto;
    border: 1px solid #a5cf4f;
    opacity: 1; filter: opacity(100);

    transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); -webkit-transform: translateY(0px);
}

.part2_hd{border-left:5px solid #333;padding-left:20px;line-height:1;margin:40px 0 30px;}
.part2_hd .cn_title{color:#333;font-weight:normal;margin-bottom:6px;font-size:36px;}
.part2_hd .en_title{color:#aace39;display:block;font-family: "iTtillium";font-size:36px;}
.ponint_bd .section_1{margin-bottom:40px;}
.ponint_bd .section_2 .number{font-size:116px;line-height:1;color:#b2d250;font-family: "Titillium";margin:0 4%;width: 136px;display: inline-block;height:116px;}
.ponint_bd .section_2 .list_box{margin-bottom:50px;visibility: hidden;}
.ponint_bd .section_2 .list_text{width:36%;}
.ponint_bd .section_2 .list_title{font-size:24px;color:#333;margin-bottom:30px;font-weight:normal;}
.ponint_bd .section_2 .list_img{width:40%;overflow: hidden;}
.ponint_bd .section_2 .list_img>span{padding-bottom: 56.25%;display: inline-block;width:100%;position: relative;}
.ponint_bd .section_2 .list_img>span img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; *height: auto;}

.ponint_bd .section_2 li:nth-of-type(even) .number{float:right;}
.ponint_bd .section_2 li:nth-of-type(even) .list_text{float:right;}
.ponint_bd .section_2 li:nth-of-type(even) .list_img{float:left;}
.ponint_bd .section_2 li:nth-of-type(odd) .number{float:left;}
.ponint_bd .section_2 li:nth-of-type(odd) .list_text{float:left;}
.ponint_bd .section_2 li:nth-of-type(odd) .list_img{float:right;}
.ponint_bd .section_3 p{visibility: hidden;}

.car-bo {
    background: #FBFAFA;
    padding: 15px;
    font-size: 12px;
    margin-top: 20px;
}
.car-bo h4 {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.car-bo li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
    color: #008800;
    background: url(../../images/dh.png) no-repeat 0px 8px;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
}
.sad {
    font-size: 14px;
    color: red;
    background: #FBFAFA;
    padding: 15px;
}
.sad p {
    padding: 5px 0px;
    line-height: 30px
}
.cp_con {
    width: 100%;
    margin: 25px 0 0 0;
    height: 160px;
}

.cp_con .cpc_right{
  width:22%;
  height:auto;
  float: right;
}
.cp_con .cpc_left {
  width: 70%;
  float: left;
  padding-left:5px;
}
.cp_con .cpc_left li {
  line-height: 30px;
  font-size: 16px
}



.details {
    position: relative;
    height: 185px;
    overflow: hidden;
    margin-top: 0
}
.details ul {
    width: 585px;
    margin: 0 -1px 0 0
}
.details li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 98px;
    font: normal 14px/26px "Microsoft Yahei", Helvetica, Tahoma, sans-serif;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    color: #606977
}
.details li:nth-last-of-type(4)~li {
    border-bottom: none;
}
.details li a {
    color: #4680d1
}
.details li a:hover {
    color: #456fb5
}
.details li i {
    position: absolute;
    top: 30px;
    right: -1px;
    display: block;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background-color: #e3e3e3
}
.details li span {
    display: block;
    margin-top: 27px;
    font: normal 18px/28px "Microsoft Yahei", Helvetica, Tahoma, sans-serif;
    color: #141823
}
.pro-tit {
    background: #E61415 url(../../images/jiao.jpg) no-repeat right center;
    color: #FFF;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
}
.products-icon {
    background: #FBFAFA;
    padding: 20px;
    border: 1px solid #EAEAEA;
    height: 120px;
}
.pro-tit p {
    background: url(../../images/btner.png) no-repeat 40px center;
    width: 220px;
    height: 66px;
    float: left;
}
.pro-tit span {
    font-size: 36px;
    font-weight: 600;
}
.pro-jj {
    background: #F7F7F7;
    padding: 20px;
    text-align: justify;
}
.products-nav {
    height: 40px;
    color: #FFF;
    width: 100%;
    line-height: 40px;
    background: #000;
}






/*产品内容页左侧导航效果*/

.one2 {
    width: 1140px;
    margin: 0 auto;
    background: #000;
    padding-top: 0px;
}
.one2 ul {
    background: #000;
}
.one2 ul li {
    background: #000;
}






/*产品内容*/

#subNav {
    width: 1140px;
    height: 40px;
    margin-bottom: 20px
}
#subNav li {
    float: left;
    position: relative
}
#subNav a {
    display: block;
    padding: 0 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
#subNav a:hover {
    text-decoration: none
}
#subNav a span {
    position: absolute;
    width: 20px;
    height: 20px
}
#subNav a:hover,
#subNav .adv_active a {
    background-color: #e70;
    color: #fff
}
.fixedSubNav {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.empty-placeholder {
    height: 120px
}
#products-title h3 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#products-title h3 span {
    color: #FF9966;
}
#products-title .with-line {
    width: 100%;
    font-size: 13px;
    color: #848484;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
#products-title .with-line:before {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 40%;
    top: 10px;
    left: 0
}
#products-title .with-line:after {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 40%;
    top: 10px;
    right: 0
}
.products-cptd .block {
    border-bottom: 1px dashed #ddd;
    height: auto;
    overflow: hidden;
    padding: 0 0 30px;
}
.products-cptd .block p {
    line-height: 25px;
    padding-top: 15px;
}
.products-cptd h4 {
    font-size: 16px;
}
.products-cptd h4 .icon_nb {
    background: rgba(0, 0, 0, 0) url(../../images/icon_nb3.jpg) no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 76px;
    margin-right: 25px;
    position: relative;
    text-align: center;
    width: 46px;
}


.shfw { font-size: 15px; color:#555; line-height: 28px; }
.shfw p {  }
.shfw .title { 
    font-size: 24px;
    color: #aace39;
    padding-left: 10px;
    border-left: 5px solid #aace39;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
 }
.shfw h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin:0;
}



/*产品内容页模板*/

.view-blank {}
.view-table {
    width: 100%;
}
.view-table table {
    border: 1px solid #000;
}
.view-table .cp-hang {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.view-table .view-table-first td:nth-child(odd) {
    font-weight: 600;
    padding-left: 5px;
    width: 15%;
    background: #FAFAFA;
}
.view-table .view-table-second td:nth-child(odd) {
    font-weight: 600;
    padding-left: 5px;
    width: 15%;
    background: #FAFAFA;
}
.view-table .view-table-three tr:nth-child(2) {
    font-weight: 600;
    padding-left: 5px;
    width: 15%;
    background: #FAFAFA;
}
.view-table .view-table-title-first td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F5F5F5;
}
.view-table .view-table-title-second td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F5F5F5;
}
.view-table .view-table-title-three td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F5F5F5;
}
.view-table table td {
    word-wrap: break-word;
    word-break: break-all;
}


/*产品环境*/
.view-table .view-table-hj{
    wdith:70% !important;
    width: 900px;
}
.view-table .view-table-hj .hj-1 {
    font-weight: 600;
    padding-left: 5px;
    background: #FAFAFA;
    text-align: center;
    vertical-align: middle;
}



/*产品内容右侧相关车型*/

.relation_box {
    overflow: auto
}
.relation_box li {
    text-align: center;
}


/*.relation_box li img {
    padding: 2px;
    border: 1px solid #E3E3E3;
}
.relation_box li a:hover img {
    padding: 2px;
    border: 1px solid #ccc;
    background: #E8E8E8;
}*/

.relation_box li p {
    width: 100%;
    line-height: 18px;
    text-align: center;
    padding-top: 5px;
    text-indent: 0em;
    font-size: 13px;
}






/*产品内容页新闻*/

.news_box {
    padding: 0px 0px 0px 0px;
}
.news_box li {
    line-height: 35px;
    height: 35px;
    border-bottom: 1px dashed #E3E3E3;
}
.news_box li a {
    font-size: 13px;
    color: #666;
    background: url(../../images/icon2.gif) no-repeat 2px 5px;
    padding-left: 17px;
}
.news_box li a:hover {
    color: #f30;
}
.news_box li span {
    float: right;
}


.cpimg { display: block; width: 100%; height: 100%; overflow: hidden;}
.cpimg img { transition: all 1s; -webkit-transition: all 1s; }
.cpimg:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); }


/*内页标题*/
.pageNav {
    background: #E9E9EB;
    background: #E9E9EB url("../../images/lower_navbg.jpg") no-repeat center top !important;
    /*height: 188px;*/
    padding:40px 0 30px;
    position: relative;
    z-index: 9999;
}

.pageTit {
    float:right;
    border-left:4px solid #aace39;
    font-size:22px;
    color: #332e3a;
    line-height: 1.6;
    padding:10px 0 10px 20px;
    text-shadow: 1px 2px 3px #aaa;
}
.pageTit span{
    font-size:21px;
    /*color:#aace39;*/
    /*font-weight: 600;*/
}

.stuff_ab { position:relative;  width:100%; height:60px; margin-bottom:10px;}
.tt_cn { font-size: 40px; color: #332e3a; line-height: 1; float:left;font-weight: 100;}
.tt_en { line-height:1; font-size:32px; font-family:Arial; color:#fff; text-shadow:1px 2px 3px #aaa; text-transform:uppercase; overflow: hidden;line-height: 50px;margin-left:10px;float:left;}
/*pro_banner*/
.page_nav {
    width:100%;
    /*height:50px;*/
    padding:0;
}
.page_nav li{
    height:32px;
}
.page_nav li a{
    height:32px;
    line-height: 32px;
    font-size:16px;
    padding:0 10px;
    display: inline-block;
    position: relative;

    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
}
.page_nav li a span{
    position: relative;
    line-height: 32px;
    display: inline-block;
    padding:0 2px;
}
.page_nav li a span:after{
    position: absolute;
    display: inline-block;
    content: "";
    width:0;
    height:2px;
    bottom:-2px;
    left:30%;
    background: #aace39;
    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
}

.page_nav li.active>a,.page_nav li:hover>a{
    color:#205099;
}
.page_nav li.active span:after,.page_nav li:hover span:after{
    width:100%;
    left:0%;
}

    .er_menu {
        position: absolute;
        width:100%;
        left:0;top:60px;
        padding: 0 5px;
        height:0px;
        overflow: hidden;
        -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
    }
    .page_nav li:hover .er_menu{
        height:auto;
        top:38px;
    }
    .er_menu>li{
        height:42px;
    }
    .er_menu li a{
        width:100%;
        background:#aace39;
        height:42px;
        line-height: 42px;
        overflow: hidden;
        padding:0 10px; 
        display: inline-block;
        color:#fff;
        font-size: 14px;
    }
    .er_menu li a.active,.er_menu li a:hover{
        color:#fff;
        background:#1F1A17;
    }


.uni_btn_wrap {
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    text-align: center;
    border:none;
    position: relative;
}
.uni_btn {
    display: block;
    width: 100%;
    height: 38px;
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
    position: relative;
    border:none;
}
.uni_btn .face1 {
    font-size: 0;
    color: #333;
    text-align: center;
    border: 1px solid #c8c7c7;
    height: 38px;
    line-height: 38px;
}
.uni_btn .face2 {
    color: #fff;
    font-size: 0;
    text-align: center;
    border: 1px solid #aace39;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    height: 38px;
}

.roll1 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform-origin: 50% 50% -25px;
    -ms-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
}
.roll2 {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform-origin: 50% 50% -22px;
    -ms-transform-origin: 50% 50% -22px;
    transform-origin: 50% 50% -22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    display: none\9;
}
.uni_btn *:after{
    display: none !important;
}
.uni_btn .face1 .t {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 36px;
    opacity: 0.8;
}
.uni_btn .face2 .t {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    vertical-align: top;
}
.uni_btn .face1 .sj {
    display: inline-block;
    font-size:15px;
    width: 6px;
    height:36px;
    background: url(../../images/uni_btn1_arr.png) 0px center no-repeat;
    margin-left: 0.8em;
}
.uni_btn .face2 .sj {
    display: inline-block;
    font-size:15px;
    width: 6px;
    height:36px;
    background: url(../../images/uni_btn1_arr.png) -6px center no-repeat;
    margin-left: 0.8em;
}
.uni_btn_wrap:hover .uni_btn .face2,.uni_btn_wrap.active .uni_btn .face2 {
    color: #fff;
    background-color: #aace39;
    border-color: #aace39;
}

.uni_btn_wrap:hover .uni_btn .face1,.uni_btn_wrap.active .uni_btn .face1 {
    color: #fff;
    background-color: #aace39;
    border-color: #aace39;
}
.uni_btn_wrap:hover .uni_btn .roll1,.uni_btn_wrap.active .uni_btn .roll1 {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    display: none\9;
    z-index: 0;
    opacity: 0;
}
.uni_btn_wrap:hover .uni_btn .roll2,.uni_btn_wrap.active .uni_btn .roll2 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    display: block\9;
    z-index: 1;
    opacity: 1;
}


.imglist {}
.imglist {
    display: inline;
}
.imglist img {
    cursor: pointer;
    transition: all 0.6s;
    height: 160px;
    background: url(../images/loading.gif) center center no-repeat;
}
.imglist a:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.products-pj {
    line-height: 25px;
    font-size: 16px;
}
.products-pj p {
    padding-top: 15px;
}
.index-cp {
    overflow: hidden;
}
.index-cp ul {}
.index-cp ul li {
    margin-bottom: 10px;
    display: inline;
    overflow: hidden;
    position: relative;
}
.index-cp ul li .photo {
    overflow: hidden;
}
.index-cp .rsp {
    overflow: hidden;
    position: absolute;
    background: #000;
    top: 0px;
    left: 15px;
    width: 360px;
    height: 426px;
    text-align: center;
}
.index-cp .text {
    position: absolute;
    left: -360px;
    top: 0px;
    overflow: hidden;
}
.index-cp .text h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}
.index-cp .text a {
    text-decoration: none;
    width: 360px;
    height: 426px;
}
.index-cp .text div {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    width: 360px;
    height: 426px;
}
.listbox .preview {
    overflow: hidden;
    width: 230px;
    height: 173px;
    display: block;
}
.listbox img {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center;
    width: 230px;
    height: 173px;
    transition: all 0.3s ease-in-out;
}
.listbox:hover img {
    opacity: 1;
    transform: scale(1.08);
    transition: all 0.3s linear;
}
.index-cp-p a {
    background: #F3F4EE;
    height: 30px;
    line-height: 30px;
    color: #000;
    width: 230px;
    display: block;
    text-align: center;
}
.index-cp-p a:hover {
    background: #AACE3B;
    color: #fff;
    height: 30px;
    width: 230px;
    display: block;
    transition: all 0.2s ease 0s;
}






/*联系*/

.lxfs {
    background: #fff;
    font-size: 16px;
    border: 1px solid #dedede;
    padding: 10px;
}
.lxwm {
    width: 100%;
    /*background: url(../../images/lxwm.jpg) no-repeat left -20px;*/
}
.lx {
    border-bottom: 1px dashed #EEEDE9;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
}
.lxr {
    font-size: 18px;
    font-weight: 700;
    color: #F00;
}


.cp-title-sub {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.cp-title-sub li {
    border: 1px solid #dedede;
    text-align: center;
    margin: 10px 7px;
    padding: 0 25px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
}
.cp-title-sub li:hover {
    background: #DF4A4C;
    color: #FFF;
    border: 1px solid #E57304;
}
.cp-title-sub li:hover a {
    color: #FFF;
    transition: all 0.4s ease 0s;
}
.cp-title-sub .current {
    background: #DF4A4C;
     border: 1px solid #E57304;
 }
.cp-title-sub .current a{
     color: #FFF;
 }


/* 内容 */

#Article {
    overflow: hidden
}
#Article,
.photo-channel .relevance {
    border: 0px solid #E3E3E3;
    zoom: 1;
    padding: 0;
}
#Article h1 {
    color: #f00;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
    padding: 10px 0 0px;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5
}
#Article h1 span {
    font-size: 12px;
    font-weight: normal;
    line-height: 50px;
    color: #999
}
#Article .content {
    line-height: 26px;
    color: #808080;
    text-align: justify;
}
#Article .content p {
    line-height: 26px;
    padding-top: 20px;
}
#Article .content img {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
#Article .related {
    border-top: dashed 1px #ccc;
    margin-top: 15px
}
#Article .related h5 {
    padding-bottom: 4px;
    font-weight: 700;
}
#Article .related {
    padding: 10px 0 0
}
#Article .related ul {}
#Article .related li {
    background: url(../../images/fk.gif) no-repeat 5px 13px;
    line-height: 28px;
    padding-left: 20px;
}
#Article .related li a {
    color: #808080;
}






/* 分页 */

#pages {
    padding: 14px 0 10px 15px;
    text-align: center;
}
#pages a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #F1F1F1;
    border: 1px solid #E4E4E4;
    text-align: center;
    color: #999;
    padding: 0 10px;
    margin: 0 5px;
}
#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 66px;
    padding: 0;
    background: #F1F1F1;
}
#pages a:hover {
    background: #1D6BBA;
    color: #fff;
    text-decoration: none
}
#pages span {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #1D6BBA;
    border: 1px solid #1A5EA4;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
}
.page .noPage {
    display: inline-block;
    width: 66px;
    height: 32px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}
.mask {
    overflow: hidden;
    height: 15px;
}
.mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 20px;
    border-radius: 0/12px;
    box-shadow: 0 0 9px #48493E;
}


.Contact{ margin:0px auto; background:#ffffff; border:1px solid #dee0e0; height:630px; border-radius:5px; box-shadow:0px -1px 5px #F2F2F2; position:relative;}

.Contact h3{ text-align:center; font-size:24px; line-height:26px; padding:50px 0px;}

.Contact ul{ margin:0px; padding:0px;}

.Contact ul li{border-right:1px solid #e7e7e7; height:200px; padding:0px 12px;}

.Contact ul li a{display:block; height:180px; padding-top:20px;}

/*.Contact ul li a:hover{color:#FFF; background:#eb3900;}*/

.Contact ul li p{ font-size:14px; text-align:center;}

.Contact ul li p.font18{ font-size:18px; padding-top:3px;}

.Contact ul li a span{ margin:0px auto 15px;}

.Contact ul li.lastbor{border:none}

.Contact ul li a span{ display:block;  width:80px; height:65px;  -webkit-transition: all 0.8s ease; transition: all 0.8s ease;}
.Contact ul li a.adress span{background:url(../../images/Icon57.gif) no-repeat;}
.Contact ul li a.Tel span{background:url(../../images/Icon58.gif) no-repeat}
.Contact ul li a.Fax span{background:url(../../images/Icon59.gif) no-repeat}
.Contact ul li a.Email span{background:url(../../images/Icon60.gif) no-repeat}
.Contact ul li a:hover span{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}
    

.Contact dl{position:absolute; bottom:0px; width:100%;height:58px; background:#aace39;  border-radius:0px 0px 5px 5px}

.Contact dl img{ display:block; position:absolute; left:40px; bottom:0px;}

.Contact dl dt{ float:left; width:90px; background:#94B91B; height:58px; display:inline;}

.Contact dl dt h4{ font-size:16px; font-weight:bold; color:#FFF; margin: 0; padding: 0; line-height: 23px;}

.Contact dl dt p{ font-size:10px; color:#fff; line-height:15px; font-weight: normal;}

.Contact dl dt.business p{ color:#fff;}

.Contact dl dd{ float:left; line-height:58px; height:58px; font-size:19px; font-weight:bold; color:#FFF; font-family:Arial, Helvetica, sans-serif;}

.Contact dl dd a{color:#FFF; padding-right:10px;}

.Contact dl dd a:hover{color:#FFF;}

.Contact dl dt.business{margin-left:185px; padding:2px 0px 0px 15px; width:100px; height:58px;}

.Contact dl dd.business{padding-left:12px; width:400px;}

.Contact dl dt.Customer{padding:2px 0px 0px 15px; width:100px; height:58px;}

.Contact dl dt.Customer p{ font-size:10px; color:#fff; line-height:15px; font-weight: normal;}

.Contact dl dd.Customer{padding-left:12px;width:355px;}




.cooperationlist{padding:46px 0 30px 0;text-align: center;}

.cooperationlist h4{color:#aace39;font-size: 21px;line-height:22px;text-align:center;padding-bottom: 20px;}

.cooperationlist a{display:inline-block;color:#aace39;font-size: 16px;height: 33px;line-height: 33px;margin-left:30px;}

.qdemail{background:url(../../images/qdicon01.jpg) no-repeat left center;padding-right: 32px;margin-right: 32px;border-right: 1px solid #e7e7e7;}

.qdqq{background:url(../../images/qdicon02.jpg) no-repeat left center;display:inline-block;padding-left:45px;}



/*产品列表动画效果*/

.overflow-hidden {
    overflow: hidden;
}
.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}







/* 底部 */
.copyright{width:100%;margin:0px auto; background:#FFF; height:145px;}
.copyright .fn{ line-height:30px; color:#fff; text-align:center; background:#0066CC; }
.copyright .fn a{color:#fff;}
.copyright .foot{height:25px; line-height:25px;text-align:center;color:#999;}
.copyright .foot a{ padding:0px 8px; color:#999; }
.copyright .foot a:hover{color:red;text-decoration:none;}
.copyright #copyright{text-align:center;line-height:24px;color:#999;}



/*底部*/
.foot { background:#f7f7f7; line-height:26px; height:auto; padding-bottom:35px;color:#333; }
.foot h4 { padding-bottom:10px; color:#000; font-size: 24px;border-bottom:2px solid #dddddd; width:56%;}
.foot ul li {  float:left; width:100%; line-height:30px; color:#333;}
.foot ul li a{ color:#666;}

.fbottom a,.foot a {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fbottom a:after,.foot a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #999;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fbottom a:hover,.foot a:hover {
    color:#aace39;
}
.fbottom a:hover::after,.foot a:hover::after {
    left: 0;
    width:100%;
}

.f1 { width:260px; float:left; padding-left:40px; height:170px; border-right:1px solid #ddd;}
.f2 { width:300px; float:left; padding-left:40px; height:170px; border-right:1px solid #ddd;}
.f2  ul li {  float:left; width:49%;  color:#333;}
.f3 { width:360px; float:left; padding-left:40px; height:170px; border-right:1px solid #ddd;}
.f4 { width:130px; float:right; }

.fdh {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    color: #76c02d;
    padding-top: 0;
}
.fsm {
    font-size: 12px;
    font-weight: normal;
}


.fbottom { background:#d5dae0; color:#333; height:50px; line-height:50px;}
.fbottom a{ color:#666;}
.fbottom .container{ background:url(../../images/go_top.png) right center no-repeat;background-size: auto 100%; }







/*浮动客服*/

#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 999;
}
#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}
#floatDivBoxs .floatDqq {
    padding: 0 14px;
}
#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center
}
#floatDivBoxs .floatDqq li img {
    float: left;
    margin-top: 7px;
}
#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}
#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}
#floatDivBoxs .floatDtel li {
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #FF8C00;
    border-bottom: 1px solid #e3e3e3;
}
#floatDivBoxs .floatImg {
    text-align: center;
    padding: 10px;
    background: #EBEBEB;
}
#floatDivBoxs .floatImg img {
    margin-bottom: 5px;
}
#floatDivBoxs .floatDtel img {
    display: block;
}
#floatDivBoxs .floatDbg {
    width: 100%;
    height: 1px;
    /*background: url(../../images/online_botbg.jpg) no-repeat;*/
    /*box-shadow: -1px 0 1px rgba(0, 0, 0, 0.25);*/
}
.floatShadow {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../../images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 25%;
    right: 170px;
    z-index: 999;
}
#rightArrow a {
    display: block;
    height: 45px;
}

/*视频*/

    .video-js .vjs-big-play-button {
      top:50% !important;
      left:50% !important;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width:50px !important;height:50px !important;
      border-radius: 50% !important;
    }
    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding-top: 5px !important;
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.8;
    }
    .gallery-thumbs .swiper-slide:after {
        display: inline-block;
        content: "";
        width:100%;height:100%;
        background: rgba(255,255,255,0.3);
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    .gallery-thumbs .swiper-slide-thumb-active:after {
        display: none;
    }

/*公告*/

.view-dl-box{
    overflow:hidden;
    padding:2em 0;
}
.view-dl {
    overflow:hidden;
    display: block;
    margin-bottom:10px;
}
.view-dl-box{
    border-bottom:1px dashed #ccc;
}
.view-dl-box:last-of-type{
    border-bottom:1px dashed #ccc;
}
.view-dl *{
    color:#000;
    word-wrap:break-word;
    word-break:break-all;
}
.view-tit {
    overflow:hidden;
    font-size: 24px;
    font-weight: 100;
    text-align: right;
    display: block;
    padding-right:1em;

}
.view-dt.col-md-2 {
}
.view-dl dd{
    overflow:hidden;
    display: block;
    font-size: 16px !important;
    line-height: 1.6em;
    position: relative;
    margin-bottom:10px;
}

.view-dl span{
    text-align: right;
    display: inline-block;
}
.view-dl p{
    display: inline-block;
}
@media screen and (max-width: 760px) {
    .view-tit {
        text-align: center;
    }
}

.transition08s{
    -moz-transition:all .8s ease 0s;
     -ms-transition:all .8s ease 0s;
     -o-transition:all .8s ease 0s;
     -webkit-transition:all .8s ease 0s;
     transition:all .8s ease 0s;
}

.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 25%;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #FF7913 url(../../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #FF7913 url(../../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #FF7913 url(../../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #FF7913 url(../../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
  padding: 0 29px 25px 29px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}